home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- final class JOptionPane$1 extends WindowAdapter {
- // $FF: synthetic field
- private final JOptionPane this$0;
- boolean gotFocus;
-
- // $FF: synthetic method
- JOptionPane$1(JOptionPane var1) {
- this.this$0 = var1;
- this.gotFocus = false;
- }
-
- public void windowActivated(WindowEvent var1) {
- if (!this.gotFocus) {
- this.this$0.selectInitialValue();
- this.gotFocus = true;
- }
-
- }
-
- public void windowClosing(WindowEvent var1) {
- this.this$0.setValue((Object)null);
- }
- }
-